home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / Managed / DirectInput / Feedback / Feedback.csproj < prev    next >
Encoding:
Text File  |  2004-09-27  |  4.1 KB  |  110 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{C9B4764E-14EF-4DF5-972B-E95AB7D7C597}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "..\..\common\directx.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "Feedback"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 RootNamespace = "Feedback"
  20.                 StartupObject = ""
  21.             >
  22.                 <Config
  23.                     Name = "Debug"
  24.                     AllowUnsafeBlocks = "true"
  25.                     BaseAddress = "285212672"
  26.                     CheckForOverflowUnderflow = "false"
  27.                     ConfigurationOverrideFile = ""
  28.                     DefineConstants = "DEBUG;TRACE"
  29.                     DocumentationFile = ""
  30.                     DebugSymbols = "true"
  31.                     FileAlignment = "4096"
  32.                     IncrementalBuild = "true"
  33.                     Optimize = "false"
  34.                     OutputPath = "bin\Debug\"
  35.                     RegisterForComInterop = "false"
  36.                     RemoveIntegerChecks = "false"
  37.                     TreatWarningsAsErrors = "false"
  38.                     WarningLevel = "4"
  39.                 />
  40.                 <Config
  41.                     Name = "Release"
  42.                     AllowUnsafeBlocks = "true"
  43.                     BaseAddress = "285212672"
  44.                     CheckForOverflowUnderflow = "false"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = "TRACE"
  47.                     DocumentationFile = ""
  48.                     DebugSymbols = "false"
  49.                     FileAlignment = "4096"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\Release\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "4"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Drawing"
  66.                     AssemblyName = "System.Drawing"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Windows.Forms"
  70.                     AssemblyName = "System.Windows.Forms"
  71.                 />
  72.                 <Reference
  73.                     Name = "Microsoft.DirectX.DirectInput"
  74.                     AssemblyName = "Microsoft.DirectX.DirectInput"
  75.                 />
  76.                 <Reference
  77.                     Name = "Microsoft.DirectX"
  78.                     AssemblyName = "Microsoft.DirectX"
  79.                 />
  80.             </References>
  81.         </Build>
  82.         <Files>
  83.             <Include>
  84.                 <File
  85.                     RelPath = "frmMain.cs"
  86.                     SubType = "Form"
  87.                     BuildAction = "Compile"
  88.                 />
  89.                 <File
  90.                     RelPath = "frmMain.resx"
  91.                     DependentUpon = "frmMain.cs"
  92.                     BuildAction = "EmbeddedResource"
  93.                 />
  94.                 <File
  95.                     RelPath = "Common\AssemblyInfo.cs"
  96.                     Link = "..\..\Common\AssemblyInfo.cs"
  97.                     SubType = "Code"
  98.                     BuildAction = "Compile"
  99.                 />
  100.                 <File
  101.                     RelPath = "Common\directx.ico"
  102.                     Link = "..\..\Common\directx.ico"
  103.                     BuildAction = "EmbeddedResource"
  104.                 />
  105.             </Include>
  106.         </Files>
  107.     </CSHARP>
  108. </VisualStudioProject>
  109.  
  110.